Skip to content

ReactiveSwitchCell class

Defined in

Namespace: ReactiveUI.XamForms Assembly: ReactiveUI.XamForms.dll Full name: ReactiveUI.XamForms.ReactiveSwitchCell<T> Modifiers: public

Summary

View source

This is a SwitchCell that is also an IViewFor.

Applies to

netstandard2.0

Class hierarchy
classDiagram
class ReactiveSwitchCell~T~
class SwitchCell
SwitchCell <|-- ReactiveSwitchCell~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ReactiveSwitchCell~T~
class IViewFor {
    <>
}
IViewFor <|.. ReactiveSwitchCell~T~
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveSwitchCell~T~

Inherits from: SwitchCell

Implements: IViewFor<TViewModel>, IViewFor, IActivatableView

Constructors

NameSummary
.ctor

Properties

NameSummary
ViewModel

Fields

NameSummary
static ViewModelPropertyThe view model bindable property.

Methods

NameSummary
OnBindingContextChangedEvent that is raised when the binding context is changed.
Inherited members

See also